home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Filter.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  3KB  |  102 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Filter" oor:package="org.openoffice.TypeDetection" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains common filters for Office. See package TypeDetection and TypeDetection_Types for other parts of type/filter configuration too.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="Filter">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Lists filters that can import or export content.</desc>
  16.             </info>
  17.             <prop oor:name="FileFormatVersion" oor:type="xs:int">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>An unique ID, which is used internal to differ between file formats of same type.</desc>
  22.                 </info>
  23.                 <value>0</value>
  24.             </prop>
  25.             <prop oor:name="Type" oor:type="xs:string">
  26.  
  27.                 <info>
  28.  
  29.                     <desc>Supported content type of this filter. Must be an internal type name.</desc>
  30.                 </info>
  31.                 <value/>
  32.             </prop>
  33.             <prop oor:name="DocumentService" oor:type="xs:string">
  34.  
  35.                 <info>
  36.  
  37.                     <desc>The uno service name of the supported office document type.</desc>
  38.                 </info>
  39.                 <value/>
  40.             </prop>
  41.             <prop oor:name="UIComponent" oor:type="xs:string">
  42.  
  43.                 <info>
  44.  
  45.                     <desc>The uno implementation name a dialog, which is used to ask an user for special filter parameter (e.g. for csv).</desc>
  46.                 </info>
  47.                 <value/>
  48.             </prop>
  49.             <prop oor:name="UserData" oor:type="oor:string-list">
  50.  
  51.                 <info>
  52.  
  53.                     <desc>Filter specific data.</desc>
  54.                 </info>
  55.                 <value/>
  56.             </prop>
  57.             <prop oor:name="FilterService" oor:type="xs:string">
  58.  
  59.                 <info>
  60.  
  61.                     <desc>The uno implementation name of the filter service.</desc>
  62.                 </info>
  63.                 <value/>
  64.             </prop>
  65.             <prop oor:name="TemplateName" oor:type="xs:string">
  66.  
  67.                 <info>
  68.  
  69.                     <desc>Name of a corresponding template, which is merged together with the style seets of the loaded document.</desc>
  70.                 </info>
  71.                 <value/>
  72.             </prop>
  73.             <prop oor:name="Flags" oor:type="oor:string-list">
  74.  
  75.                 <info>
  76.  
  77.                     <desc>Specify the filter in some further properties (e.g. import/export/..).</desc>
  78.                 </info>
  79.                 <value/>
  80.             </prop>
  81.             <prop oor:name="UIName" oor:localized="true" oor:type="xs:string">
  82.  
  83.                 <info>
  84.  
  85.                     <desc>Localized name of the filter, whch can be shown at the UI.</desc>
  86.                 </info>
  87.             </prop>
  88.         </group>
  89.     </templates>
  90.     <component>
  91.  
  92.         <set oor:name="Filters" oor:node-type="Filter">
  93.  
  94.             <info>
  95.  
  96.                 <desc>Lists the registered office filters.</desc>
  97.             </info>
  98.         </set>
  99.     </component>
  100. </oor:component-schema>
  101.  
  102.